home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Languguage OS 2
/
Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO
/
language
/
embedded
/
simulato
/
v2_3_mc6.tz
/
v2_3_mc6
/
testfiles
/
test1.asm
< prev
next >
Wrap
Assembly Source File
|
1994-05-02
|
348b
|
16 lines
;
; test1.asm
; C. Ward, 9/15/92
;
; Tests a few of the instructions on the simulator. No input is
; required and no output is generated. Inspect registers a0 and
; a5 after execution. They should have the value 00003000. The
; program should terminate properly.
;
org $1000
move #$3000,a0
move #$3000,a5
move #228,d7
trap #14
end